home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
Rexx
/
SaveTournament.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
444b
|
23 lines
/*RX
$RCSFile: $
$Revision: 2.1 $
$Date: 1993/11/08 16:39:15 $
This script tells Chaos to save the current tournament to the given
tournament file.
Usage: LoadTournament tfile [icons]
The icons option tells Chaos to create a project icon.
Note, that this can only be used, when Chaos is able to accept
commands, i.e. if menuitems can be selected.
*/
PARSE ARG filename force
ADDRESS 'CHAOS.1'
'LoadTournament 'filename' 'force